func runtime.newobject
4 uses
runtime (current package)
arena.go#L181: e2 := newobject(et)
arena.go#L467: return newobject(typ)
malloc.go#L1713: func newobject(typ *_type) unsafe.Pointer {
malloc.go#L1719: return newobject(typ)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)